home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / palm / 06 / setup.exe / MultiBook.txt < prev   
Encoding:
Text File  |  1999-09-23  |  3.9 KB  |  75 lines

  1. MultiBook
  2.  
  3. I.       Overview
  4. Multi Book is a modification of the standard Addresses application to permit the use of multiple phone books.  The bulk of the code matches the 3.0 Palm Addresses application. The changes all relate to the use of alternate address books. 
  5. II.      Removed
  6. A.       Beaming and Receiving
  7. B.       Search
  8. C.       Phone Lookup
  9. III.     Added
  10. A.       List View
  11. 1. Title Bar
  12. The title bar shows the name of the currently open address book.  (This will initially be a blank book named "MultiDB".)  Tapping the title bar will bring up a list of available address books (including the main address book) to open.  (See below under "Options Menu-New Book" for creating a new address book.)
  13. 2.       Record Menu
  14. a. Copy Record
  15. This will copy the currently selected record to the record clipboard: the record clipboard is an independent clipboard maintained for Multi Book-it will not interfere with the normal Palm clipboard.  WARNING: Unlike a normal Palm clipboard, the record clipboard is a PERSISTENT (the contents are still there if you leave the application or even if you do a soft reset) and CUMULATIVE (copying adds the record to the records already on the record clipboard, it does not replace them).
  16. b. Paste Record 
  17. Pastes the last record on the record clipboard into the current book, as an "unfiled" record.  WARNING: Unlike the normal Palm clipboard, Pasting removes the pasted record from the record clipboard.
  18. c. Copy These
  19. Copies each record in the currently selected category to the record clipboard.
  20. d. Paste All
  21. Pastes all records on the record clipboard to the current book as unfiled records.  The record clipboard is empty after a Paste All.
  22. e. Delete These
  23. Deletes all records in the current category.  (You can not use this in the "All" category).
  24. f. Categorize These
  25. Pops up a list of categories and changes the category of all records in the current category to the category you select.
  26. g. Clear Clip
  27. Removes all records from the record clipboard.
  28. 3.       Options Menu
  29. a. Edit Field Names
  30. Similar to the "Edit Custom Fields" command in the Addresses application, this lets you change the name of ANY field for any book. You can use this to change the names of fields in the standard address book.
  31. b. About Multi Book
  32. Does what you expect.
  33. c. New Book
  34. Lets you create a new address book.
  35. d. Select Book
  36. Does exactly what tapping the title bar in the list view does.  (For those who don't read manuals.)
  37. e. Delete a Book
  38. Let's you delete an address book you select from the list that come up. The standard address book can not be deleted.
  39. B.       Record View
  40. 1. Record Menu
  41. a. Copy Record
  42. See ListView.
  43. b. Paste Record
  44. See ListView.
  45.  
  46. 2. Options Menu
  47. a. Edit Field Names
  48. See ListView.
  49.  
  50. b. About Multi Book
  51. See ListView.
  52.  
  53. C.       Edit View
  54. 1. Options Menu
  55. a. Edit Field Names
  56. See ListView.
  57.  
  58. b. About Multi Book
  59. See ListView.
  60.  
  61. IV.      Different 
  62. A.       Preferences
  63. Multi Book uses the Addresses application's preferences for most things and will apply to all address books.  A few preferences are stored in the individual data file, however.  Among these are:
  64. 1. the names of the fields
  65. 2. the names of the categories
  66. 3. the sort order (company or last name).
  67. B.       Multi Book's Files
  68. Except for the standard address book, Multi Book address book files are treated as belonging to Multi Book.  This means that if you delete Multi Book, these files will also be deleted.  It also means that the Multi Book files do not get synchronized by the Addresses conduit.  They are just backed up by the default conduit.  (There isn't currently a desktop viewer for these files anyway.)
  69. V.       Compatibility
  70. Multi Book is based on the Addresses application from OS 3.0. It should be compatible with 3.1 and 3.2, but probably won't work on a Palm device running 2.x or 1.x.
  71. VI.      Distribution
  72. Multi Book is freeware.
  73. VII.     History
  74. A.       Initial Release:  9/23/99.
  75.